home *** CD-ROM | disk | FTP | other *** search
- name Hurco Ultimax I
-
- % 00
- / 00
- ( 00
- N 5 Limit 59999
- G >2
- X ->3.>4
- Y ->3.>4
- Z ->3.>4
- A ->3.>4
- I ->3.>4
- J ->3.>4
- K ->3.>4
- z >3.>4 Z
- Q >3.>4 Z
- F >3.1
- T >2
- D >3.>4
- S >4
- M >2
- E 00
- e >3.>4
- f >3.>4
- s >2
- ) 00
-
- ModalLetters X Y Z z F T # List of letters that are modal
-
- ModalGs 0 1 2 3 17 18 19 74 75 80 81 82 83 84 85 86 87 # List of g codes that are modal
-
- Sequence#s N 1 1 1 # Char, freq, incr & start
- First#? N # Y or N 'Output 1st sequence no.
- Last#? N # Y or N 'Output last sequence no.
-
- HCode X # X or X U 'Horizontal char.
- VCode Y # Y or Y V 'Vertical char.
- Dcode Z # Depth char.
- FeedCode F # Feed rate char.
-
- Comment /( ) # Begin End comment char.
-
- Spindle 3 4 5 # Cw, ccw & stop m codes
- Coolant 8 9 7 # On, Off & Mist m codes
- DComp 41 42 40 # Left, Right & Cancel m codes
- #LComp 43 49
-
- Feed G1 # Linear move
- Rapid G0 # Rapid positioning word
- Cw G2 # Circular move clockwise
- Ccw G3 # Circular move counter clockwise
-
- Inc/Abs G 91 90 # Inc & Abs char. & values
-
- CtrCode I J K # I J or R or I J K L
- Helical? Y
-
- Spaces? Y # Y or N 'Spaces between words
-
- Incremental? N # Y or N 'Inc or abs output
- CtrIncremental? N # Y or N 'Inc or abs I & J
- ByQuadrants? N # Y or N 'Break arcs at quadrants
-
- Inch/MM 70 71 # Inch & Metric g codes
-
- UppercaseComments? Y # Y or N 'Require uppercase comments
-
-
- Drill 1 # Drilling canned/manual cycle
- G81 X[H] Y[V] z[D] F[FRate]
- X[H] Y[V]
- end cancel
-
- Peck 1 # Pecking canned/manual cycle
- G83 X[H] Y[V] z[D] Q[VBite] F[FRate]
- X[H] Y[V]
- end cancel
-
- Tap 1 # Tapping canned/manual cycle
- G84 X[H] Y[V] z[D] F[Frate]
- X[H] Y[V]
- end cancel
-
- Ream 1 # Reaming canned/manual cycle
- G85 X[H] Y[V] z[D] F[FRate]
- X[H] Y[V]
- end cancel
-
- Bore 1 # Boring canned/manual cycle
- G86 X[H] Y[V] z[D] F[FRate]
- X[H] Y[V]
- end cancel
-
- Cancel # Cancel a canned/manual cycle
- G0 G80 Z[Rplane]
- end
-
- StartCode # Start of the program
- %0
- End
-
- 1stToolChange # First tool change
- G0 G17 G40 G[Unitmode] G90
- G75 G80
- M25
- /0 (0 e[ToolDiam] f[corner] s[Style] )0
- T[Tool] D[ToolDiam] M6
- S[Speed] M[Direct]
- G0 X[H] Y[V]
- Z[RPlane] M[Cool]
- End
-
- Infeed # Enable cutter comp
- G[Side] X[H] Y[V] F[FRate]
- end
-
- Outfeed # Disable cutter comp
- G1 G40 X[H] Y[V]
- end
-
- ToolChange # Secondary tool changes
- M25
- e[ToolDiam] f[corner] s[Style]
- G90 X[ToolH] Y[ToolV] M[Cool]
- T[Tool] D[ToolDiam] M6
- S[Speed] M[Direct]
- G0 X[H] Y[V]
- G0 Z[RPlane] M[Cool]
- End
-
- EndCode # End of the program
- M25
- G90 X[ToolH] Y[ToolV] M[Cool]
- M2
- E0
- End
-
- CwCode # CW circular move
- G2 X[H] Y[V] I[HCtr] J[VCtr] F[FRate]
- end
-
- CcwCode # CCW circular move
- G3 X[H] Y[V] I[HCtr] J[VCtr] F[FRate]
- end
-
- replace "s10" with " End Mill"
- replace "s12" with " Ball Nose"
- replace "s13" with " Drill"
- replace "s16" with " Tap"
- replace "e" with " Tool Diameter: "
- replace "f" with " Tool Corner: "
- replace " (" with "("
- replace " )" with ")"
-